@charset "utf-8";
@font-face {
  font-family: AgR;
  src: url(../font/AgR.otf);
}
@font-face {
  font-family: AgB;
  src: url(../font/AgB.otf);
}

html{ overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility; }
html *,
html *:before,
html *:after{ padding: 0; margin: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; outline: none; }

::-moz-focus-inner{ padding: 0; border: 0; }

body, button, input, select, textarea{ font: normal 14px/1.5 AgR,'Microsoft YaHei',tahoma,arial,'Hiragino Sans GB',\\5b8b\4f53,sans-serif; -webkit-appearance: none; -webkit-font-smoothing: antialiased; }

a:link,
a:visited,
a:hover,
a:active{ text-decoration: none; }
a:focus { outline: none; }

em, i{ font-style:normal; }

strong, b{ font-weight: normal; }

h1, h2, h3, h4, h5, h6{ font: bold 1em/1.8 'Microsoft YaHei',tahoma,arial,'Hiragino Sans GB',\\5b8b\4f53,sans-serif; }

img{ border: none; vertical-align: middle; }

iframe{ border: none; }

table{ display: table; border-collapse: collapse; }
table td{ border-width: 1px; border-style: solid; border-color: #eee; }

li{ list-style: none; }

:root {
  --color-theme: #D09C53;
  --color-sub: #1C284E;
  --color-text: #222;
  --color-second: #666;
  --color-gray: #999;
  --color-line: #e4e4e4; 
  --color-bg: #fafafa;
}